Security Config Or Builder
Functions
Link copied to clipboard
Allow incoming device control over the insecure legacy admin channel.
Content copied to clipboard
bool admin_channel_enabled = 8;
Link copied to clipboard
The public key authorized to send admin messages to this node.
Content copied to clipboard
repeated bytes admin_key = 3;
Link copied to clipboard
The public key authorized to send admin messages to this node.
Content copied to clipboard
repeated bytes admin_key = 3;
Link copied to clipboard
The public key authorized to send admin messages to this node.
Content copied to clipboard
repeated bytes admin_key = 3;
Link copied to clipboard
By default we turn off logging as soon as an API client connects (to keep shared serial link quiet).
Output live debug logging over serial or bluetooth is set to true.
Content copied to clipboard
bool debug_log_api_enabled = 6;
Link copied to clipboard
If true, device is considered to be "managed" by a mesh administrator via admin messages
Device is managed by a mesh administrator.
Content copied to clipboard
bool is_managed = 4;
Link copied to clipboard
The private key of the device.
Used to create a shared key with a remote device.
Content copied to clipboard
bytes private_key = 2;
Link copied to clipboard
The public key of the user's device.
Sent out to other nodes on the mesh to allow them to compute a shared secret key.
Content copied to clipboard
bytes public_key = 1;
Link copied to clipboard
Serial Console over the Stream API."
Content copied to clipboard
bool serial_enabled = 5;